home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_17 / DoAction.as
Text File  |  2011-08-19  |  422b  |  20 lines

  1. if(_root.hitpoints > 25)
  2. {
  3.    bonusText.gotoAndPlay(2);
  4.    _root.global_gotBonusItems.start(0,0);
  5.    _root.score += 50000;
  6.    temp_curveSpeed = 5.1;
  7.    temp_maxspeed = 14;
  8.    temp_reverseSpeed = 2;
  9.    temp_breakpower = 5.5;
  10.    temp_breakverzoegerung = 0.5;
  11.    temp_acceleration = 1;
  12. }
  13. else
  14. {
  15.    _root.youMadeIt.gotoAndStop(2);
  16. }
  17. _root.nextButton._visible = 1;
  18. _root.display_score = _root.score;
  19. stop();
  20.